home *** CD-ROM | disk | FTP | other *** search
/ LiquidLibrary 2004 September / LiquidLibrary 2004 Sep - Disc 2.iso / pc / Portfolio Browser / Filters / PDF / Fontmap.GS < prev    next >
Text File  |  2003-01-03  |  13KB  |  394 lines

  1. % Copyright (C) 1996, 1999 Aladdin Enterprises.  All rights reserved.
  2. % This software is licensed to a single customer by Artifex Software Inc.
  3. % under the terms of a specific OEM agreement.
  4.  
  5. % $RCSfile$ $Revision$
  6. % Fontmap - standard font catalog for Ghostscript.
  7.  
  8. % ----------------------------------------------------------------
  9.  
  10. % This file is a catalog of fonts known to Ghostscript.  Any font
  11. % that is to be loaded automatically when named must be in this catalog,
  12. % except for fonts that Ghostscript finds automatically in directories
  13. % named in the GS_FONTPATH environment variable.
  14.  
  15. % Each font has an entry consisting of three items:
  16. %
  17. %    - The name by which the font is known inside Ghostscript
  18. %    (a Ghostscript name preceded by a `/', or a string enclosed
  19. %    in parentheses).  This is used to find the file from which
  20. %    a font of a given name should be loaded.
  21. %
  22. %    - Information depending on whether this is a real font or a
  23. %    font alias:
  24. %
  25. %        - For real fonts, the name of the Ghostscript font
  26. %        file (a Ghostscript string, enclosed in parentheses).
  27. %        The filename should include the extension, which (by
  28. %        convention) is `.gsf'.  `.pfa' and `.pfb' files are
  29. %        also usable as fonts for Ghostscript.
  30. %
  31. %        - For font aliases, the name of the font which should
  32. %        be used when this one is requested, preceded by a
  33. %        `/'.  See the entry for Charter below for an example.
  34. %        Note that an alias name cannot be enclosed in parentheses.
  35. %
  36. %    - At least one space or tab, and a terminating semicolon.
  37.  
  38. % Because of limitations in the MS-DOS environment, Ghostscript font
  39. % file names must be no more than 8 characters long, must consist only
  40. % of LOWER CASE letters, digits, and underscores, and must start with a
  41. % letter.  Font names, on the other hand, need only obey the syntax of
  42. % names in the Ghostscript language, which is much more liberal.
  43.  
  44. % The following table is actually a Ghostscript data structure.
  45. % If you add new entries, be sure to copy the punctuation accurately;
  46. % in particular, you must leave at least one space or tab between each
  47. % field in the entry.  Also, please read fonts.doc for important information
  48. % about font names.
  49.  
  50. % Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
  51. % and other programs that don't include full PostScript interpreters,
  52. % as well as with PostScript interpreters; .gsf fonts are compatible with
  53. % PostScript interpreters, but not with ATM or similar programs.
  54.  
  55. %
  56. % Fonts contributed by:
  57. %    URW++ Design and Development Incorporated
  58. %    Poppenbuetteler Bogen 29A
  59. %    D-22399 Hamburg
  60. %    Germany
  61. %    tel. +49 (40) 60 60 50
  62. %    fax +49 (40) 60 60 51 11
  63. %    http://www.urwpp.de
  64. % for distribution under the GNU License and Aladdin Free Public License.
  65. % See the notice at the head of this Fontmap file for licensing terms.
  66. % Each of these fonts is individually covered by the license:
  67. % for licensing purposes, they are not "part of" any larger entity.
  68. % The following notice applies to these fonts:
  69. %
  70. %    Copyright URW Software, Copyright 1994 by URW.
  71. %
  72.  
  73. % Actual fonts
  74.  
  75. /URWBookmanL-DemiBold    (b018015l.pfb)    ;
  76. /URWBookmanL-DemiBoldItal    (b018035l.pfb)    ;
  77. /URWBookmanL-Ligh    (b018012l.pfb)    ;
  78. /URWBookmanL-LighItal    (b018032l.pfb)    ;
  79.  
  80. /NimbusMonL-Regu    (n022003l.pfb)    ;
  81. /NimbusMonL-ReguObli    (n022023l.pfb)    ;
  82. /NimbusMonL-Bold    (n022004l.pfb)    ;
  83. /NimbusMonL-BoldObli    (n022024l.pfb)    ;
  84.  
  85. /URWGothicL-Book    (a010013l.pfb)    ;
  86. /URWGothicL-BookObli    (a010033l.pfb)    ;
  87. /URWGothicL-Demi    (a010015l.pfb)    ;
  88. /URWGothicL-DemiObli    (a010035l.pfb)    ;
  89.  
  90. /NimbusSanL-Regu    (n019003l.pfb)    ;
  91. /NimbusSanL-ReguItal    (n019023l.pfb)    ;
  92. /NimbusSanL-Bold    (n019004l.pfb)    ;
  93. /NimbusSanL-BoldItal    (n019024l.pfb)    ;
  94.  
  95. /NimbusSanL-ReguCond    (n019043l.pfb)    ;
  96. /NimbusSanL-ReguCondItal    (n019063l.pfb)    ;
  97. /NimbusSanL-BoldCond    (n019044l.pfb)    ;
  98. /NimbusSanL-BoldCondItal    (n019064l.pfb)    ;
  99.  
  100. /URWPalladioL-Roma    (p052003l.pfb)    ;
  101. /URWPalladioL-Ital    (p052023l.pfb)    ;
  102. /URWPalladioL-Bold    (p052004l.pfb)    ;
  103. /URWPalladioL-BoldItal    (p052024l.pfb)    ;
  104.  
  105. /CenturySchL-Roma    (c059013l.pfb)    ;
  106. /CenturySchL-Ital    (c059033l.pfb)    ;
  107. /CenturySchL-Bold    (c059016l.pfb)    ;
  108. /CenturySchL-BoldItal    (c059036l.pfb)    ;
  109.  
  110. /NimbusRomNo9L-Regu    (n021003l.pfb)    ;
  111. /NimbusRomNo9L-ReguItal    (n021023l.pfb)    ;
  112. /NimbusRomNo9L-Medi    (n021004l.pfb)    ;
  113. /NimbusRomNo9L-MediItal    (n021024l.pfb)    ;
  114.  
  115. /StandardSymL    (s050000l.pfb)    ;
  116.  
  117. /URWChanceryL-MediItal    (z003034l.pfb)    ;
  118.  
  119. /Dingbats    (d050000l.pfb)    ;
  120.  
  121. % Aliases
  122.  
  123. /Bookman-Demi            /URWBookmanL-DemiBold    ;
  124. /Bookman-DemiItalic        /URWBookmanL-DemiBoldItal    ;
  125. /Bookman-Light            /URWBookmanL-Ligh    ;
  126. /Bookman-LightItalic        /URWBookmanL-LighItal    ;
  127.  
  128. /Courier            /NimbusMonL-Regu    ;
  129. /Courier-Oblique        /NimbusMonL-ReguObli    ;
  130. /Courier-Bold            /NimbusMonL-Bold    ;
  131. /Courier-BoldOblique        /NimbusMonL-BoldObli    ;
  132.  
  133. /AvantGarde-Book        /URWGothicL-Book    ;
  134. /AvantGarde-BookOblique        /URWGothicL-BookObli    ;
  135. /AvantGarde-Demi        /URWGothicL-Demi    ;
  136. /AvantGarde-DemiOblique        /URWGothicL-DemiObli    ;
  137.  
  138. /Helvetica            /NimbusSanL-Regu    ;
  139. /Helvetica-Oblique        /NimbusSanL-ReguItal    ;
  140. /Helvetica-Bold            /NimbusSanL-Bold    ;
  141. /Helvetica-BoldOblique        /NimbusSanL-BoldItal    ;
  142.  
  143. /Helvetica-Narrow        /NimbusSanL-ReguCond    ;
  144. /Helvetica-Narrow-Oblique    /NimbusSanL-ReguCondItal    ;
  145. /Helvetica-Narrow-Bold        /NimbusSanL-BoldCond    ;
  146. /Helvetica-Narrow-BoldOblique    /NimbusSanL-BoldCondItal    ;
  147.  
  148. /Palatino-Roman            /URWPalladioL-Roma    ;
  149. /Palatino-Italic        /URWPalladioL-Ital    ;
  150. /Palatino-Bold            /URWPalladioL-Bold    ;
  151. /Palatino-BoldItalic        /URWPalladioL-BoldItal    ;
  152.  
  153. /NewCenturySchlbk-Roman        /CenturySchL-Roma    ;
  154. /NewCenturySchlbk-Italic    /CenturySchL-Ital    ;
  155. /NewCenturySchlbk-Bold        /CenturySchL-Bold    ;
  156. /NewCenturySchlbk-BoldItalic    /CenturySchL-BoldItal    ;
  157.  
  158. /Times-Roman            /NimbusRomNo9L-Regu    ;
  159. /Times-Italic            /NimbusRomNo9L-ReguItal    ;
  160. /Times-Bold            /NimbusRomNo9L-Medi    ;
  161. /Times-BoldItalic        /NimbusRomNo9L-MediItal    ;
  162.  
  163. /Symbol                /StandardSymL    ;
  164.  
  165. /ZapfChancery-MediumItalic    /URWChanceryL-MediItal    ;
  166.  
  167. /ZapfDingbats            /Dingbats    ;
  168.  
  169. %
  170. % Type 1 fonts contributed to the X11R5 distribution.
  171. %
  172.  
  173. % The following notice accompanied the Charter fonts.
  174. %
  175. % (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  176. %
  177. % You are hereby granted permission under all Bitstream propriety rights
  178. % to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  179. % Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  180. % for any purpose and without restriction; provided, that this notice is
  181. % left intact on all copies of such fonts and that Bitstream's trademark
  182. % is acknowledged as shown below on all unmodified copies of the 4 Charter
  183. % Type 1 fonts.
  184. %
  185. % BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  186.  
  187. /CharterBT-Roman        (bchr.pfa)    ;
  188. /CharterBT-Italic        (bchri.pfa)    ;
  189. /CharterBT-Bold            (bchb.pfa)    ;
  190. /CharterBT-BoldItalic        (bchbi.pfa)    ;
  191.  
  192. % Aliases
  193.  
  194. /Charter-Roman            /CharterBT-Roman    ;
  195. /Charter-Italic            /CharterBT-Italic    ;
  196. /Charter-Bold            /CharterBT-Bold        ;
  197. /Charter-BoldItalic        /CharterBT-BoldItalic    ;
  198.  
  199. % The following notice accompanied the Utopia font:
  200. %
  201. %   Permission to use, reproduce, display and distribute the listed
  202. %   typefaces is hereby granted, provided that the Adobe Copyright notice
  203. %   appears in all whole and partial copies of the software and that the
  204. %   following trademark symbol and attribution appear in all unmodified
  205. %   copies of the software:
  206. %
  207. %           Copyright (c) 1989 Adobe Systems Incorporated
  208. %           Utopia (R)
  209. %           Utopia is a registered trademark of Adobe Systems Incorporated
  210. %
  211. %   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
  212. %   Metric files) donated are:
  213. %
  214. %           Utopia Regular
  215. %           Utopia Italic
  216. %           Utopia Bold
  217. %           Utopia Bold Italic
  218.  
  219. /Utopia-Regular        (putr.pfa)    ;
  220. /Utopia-Italic        (putri.pfa)    ;
  221. /Utopia-Bold        (putb.pfa)    ;
  222. /Utopia-BoldItalic    (putbi.pfa)    ;
  223.  
  224. %
  225. % Fonts contributed by URW GmbH for distribution under the GNU License.
  226. % The following notice accompanied these fonts:
  227. %
  228. % U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
  229. % U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
  230. %
  231. % Copyright (c) 1992 URW GmbH, Hamburg, Germany
  232. %
  233. % This program is free software; you can redistribute it and/or modify
  234. % it under the terms of the GNU General Public License as published by
  235. % the Free Software Foundation; either version 2 of the License, or
  236. % (at your option) later version.
  237. %
  238. % This program is distributed in the hope that it will be useful,
  239. % but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
  240. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  241. % See the GNU General Public License for more details.
  242. %
  243. % You should have received a copy of the GNU General Public License
  244. % along with this program; if not, write to the Free Software
  245. % Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 U.S.A.
  246. %
  247. % Address:
  248. % URW GmbH
  249. % PC Support
  250. % Harksheider Strasse 102
  251. % 2000 Hamburg 65
  252. % Germany
  253. % Phone: +49 40 60 60 50       (Reception)
  254. % Phone: +49 40 60 60 52 30   (PC Support)
  255. % Fax    : +49 40 60 60 52 52
  256. %
  257.  
  258. /URWAntiquaT-RegularCondensed    (u003043t.gsf)    ;
  259. /URWGroteskT-Bold        (u004006t.gsf)    ;
  260.  
  261. %
  262. % Shareware Kana fonts.  These are subject to the following notice:
  263. %
  264. % These copyrighted fonts were developed by Kevin Hartig. Permission is
  265. % granted to freely distribute them in entirety along with this statement.
  266. % This is shareware. If you decide to use these fonts please contribute
  267. % $10 US to help support further freeware and shareware software development.
  268. % Questions and comments may be sent to:
  269. %
  270. % hartig@fsl.noaa.gov
  271. % khartig@nyx.cs.du.edu
  272. %
  273. % Kevin Hartig
  274. % 1126 Collyer Street
  275. % Longmont, CO 80501 USA
  276. % copyright 1993.
  277.  
  278. % Hiragana and Katakana fonts.  The character names are inappropriate,
  279. % and the encoding is probably not related to any known standard.
  280.  
  281. /Calligraphic-Hiragana        (fhirw.gsf)    ;
  282. /Calligraphic-Katakana        (fkarw.gsf)    ;
  283.  
  284. %
  285. % Public-domain fonts.  These have no copyright, and are of unknown quality.
  286.  
  287. % Cyrillic fonts.  The character names are inappropriate,
  288. % and the encoding is probably not related to any known standard.
  289.  
  290. /Shareware-Cyrillic-Regular    (fcyr.gsf)    ;
  291. /Shareware-Cyrillic-Italic    (fcyri.gsf)    ;
  292.  
  293. % Aliases
  294. /Cyrillic            /Cyrillic-Regular    ;
  295. /Cyrillic-Regular        /Shareware-Cyrillic-Regular    ;
  296. /Cyrillic-Italic        /Shareware-Cyrillic-Italic    ;
  297.  
  298. %
  299. % Fonts converted from Hershey outlines.  These are constructed and
  300. % maintained manually.  These are also in the public domain.
  301. %
  302. % The suggested UniqueID's and filenames are constructed differently for
  303. % these than for the ones above, because of the strange way that the Hershey
  304. % fonts were constructed.  The scheme for these looks like:
  305. %
  306. % 42TTXY0
  307. %
  308. % TT = typeface, X = ``class'', Y = variation
  309. %
  310. % The typeface names and numbers are listed in fonts.mak.
  311. %
  312. % class:
  313. % 0 = normal            = r
  314. % 1 = simplex            = s
  315. % 2 = complex            = c
  316. % 3 = triplex            = t
  317. % 4 = duplex            = d
  318. %
  319. % variation:
  320. % 0 = normal            (omitted)
  321. % 1 = oblique            = o
  322. % 2 = italic            = i
  323. % 3 = bold            = b
  324. % 4 = bold oblique        = bo
  325. % 5 = bold italic        = bi
  326. %
  327.  
  328. % Fonts created by Thomas Wolff <wolff@inf.fu-berlin.de>, by adding
  329. % accents, accented characters, and various other non-alphabetics
  330. % to the original Hershey fonts.  These are "freeware", not to be sold.
  331.  
  332. /Hershey-Gothic-English        (hrger.pfa)    ;    % 5066533
  333. /Hershey-Gothic-German        (hrgrr.pfa)    ;
  334. /Hershey-Gothic-Italian        (hritr.pfa)    ; 
  335.  
  336. /Hershey-Plain-Duplex        (hrpld.pfa)    ;
  337. /Hershey-Plain-Duplex-Italic    (hrpldi.pfa)    ;
  338. /Hershey-Plain-Triplex        (hrplt.pfa)    ;
  339. /Hershey-Plain-Triplex-Italic    (hrplti.pfa)    ;
  340.  
  341. /Hershey-Script-Complex        (hrscc.pfa)    ;
  342. /Hershey-Script-Simplex        (hrscs.pfa)    ;    % 5066541
  343.  
  344. % Fonts created algorithmically from the above.
  345.  
  346. /Hershey-Gothic-English-Bold        (hrgerb.gsf)    ;    % 5066542
  347. /Hershey-Gothic-English-Oblique        (hrgero.gsf)    ;
  348. /Hershey-Gothic-English-SemiBold    (hrgerd.gsf)    ;
  349. /Hershey-Gothic-German-Bold        (hrgrrb.gsf)    ;
  350. /Hershey-Gothic-German-Oblique        (hrgrro.gsf)    ;
  351. /Hershey-Gothic-Italian-Bold        (hritrb.gsf)    ;
  352. /Hershey-Gothic-Italian-Oblique        (hritro.gsf)    ;
  353.  
  354. /Hershey-Plain-Duplex-Bold        (hrpldb.gsf)    ;
  355. /Hershey-Plain-Duplex-Bold-Italic    (hrpldbi.gsf)    ;
  356. /Hershey-Plain-Triplex-Bold        (hrpltb.gsf)    ;
  357. /Hershey-Plain-Triplex-Bold-Italic    (hrpltbi.gsf)    ;
  358.  
  359. /Hershey-Script-Complex-Bold        (hrsccb.gsf)    ;
  360. /Hershey-Script-Complex-Oblique        (hrscco.gsf)    ;
  361. /Hershey-Script-Simplex-Bold        (hrscsb.gsf)    ;
  362. /Hershey-Script-Simplex-Oblique        (hrscso.gsf)    ;    % 5066556
  363.  
  364. % Fonts consisting only of characters from the original Hershey
  365. % distribution.  These are Type 3 fonts.
  366.  
  367. /Hershey-Greek-Complex            (hrgkc.gsf)    ;    % 5066557
  368. /Hershey-Greek-Simplex            (hrgks.gsf)    ;
  369.  
  370. /Hershey-Plain                (hrplr.gsf)    ;
  371. /Hershey-Plain-Simplex            (hrpls.gsf)    ;    % 5066560
  372.  
  373. % Fonts created algorithmically from the above.
  374.  
  375. /Hershey-Plain-Bold            (hrplrb.gsf)    ;    % 5066561
  376. /Hershey-Plain-Bold-Oblique        (hrplrbo.gsf)    ;
  377. /Hershey-Plain-Oblique            (hrplro.gsf)    ;
  378. /Hershey-Plain-Simplex-Bold        (hrplsb.gsf)    ;
  379. /Hershey-Plain-Simplex-Bold-Oblique    (hrplsbo.gsf)    ;
  380. /Hershey-Plain-Simplex-Oblique        (hrplso.gsf)    ;    % 5066566
  381.  
  382. % This font, and only this font among the Hershey fonts, uses
  383. % the SymbolEncoding.
  384.  
  385. /Hershey-Symbol                (hrsyr.gsf)    ;    % 5066567
  386.